Release 10.1A: OpenEdge Development:
Java Open Clients
ProDataObjectMetaData class
OpenEdge provides a Java class,
com.progress.open4gl.ProObjectMetaData, that allows you to specify and access the schema (meta data) for aProDataObjectcollection in terms of a correponding Progress 4GL temp-table. Before you can instantiate aProDataObjectfor any collection, you must define its schema (meta data or type) using this class. For more information on instantiatingProDataObjectinstances, see the "ProDataObject class" section.A
ProDataObjecthas acommonj.sdo.Typeobject associated with it that defines the schema (data model) for allProDataObjectinstances of that type. When you define aProDataObjectMetaData, OpenEdge builds thisTypeobject to reflect the specified data model. Once the definition of theProDataObjectMetaDatais complete, you must add it to theProDataGraphMetaDataused to instantiate aProDataGraphso you can then createProDataObjectinstances with the corresponding type information. For more information on thecommonj.sdo.Typeinterface, see the "Using Java SDO classes to access Property meta data" section.The
com.progress.open4gl.ProDataObjectMetaDataclass contains the following constructor and methods.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |